uni-app 實現APP的版本更新 在index.vue 中的onload方法里面或者app.vue中的onLaunch中添加如下部分: update() { var _this = this; uni.request({ ...